This method uploads a document to the carrier.
An object information about the document to upload.
This object model represents the response from a successful upload document response.
{- "document_id": "string",
- "document_type": "commercial_invoice",
- "document_format": "PDF",
- "file_name": "string",
- "file_url": "string",
- "tracking_number": "string",
- "alternative_identifiers": [
- {
- "type": "string",
- "value": "string"
}
], - "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": { },
- "property2": { }
}, - "connection_name": "string"
}{- "carrier_document_id": "string",
- "metadata": {
- "property1": { },
- "property2": { }
}
}